Html Css Color HEX #768BCE Wild Blue Yonder

📋 copy color: '#768BCE'

red 118 ◦ green 139 ◦ blue 206

#768BCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #768BCE

Tints of Wild Blue Yonder #768BCE

RGB

 RED value IS 118 (46.48% from 255) = 25.49%

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 25.49%
G = 30.02%
B = 44.49%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#768BCE (or 0x768BCE) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and CE. RGB value is (118,139,206). Sum of RGB (Red+Green+Blue) = 118+139+206=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #768BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BCE is #897431. Grayscale: #8C8C8C. Windows color (decimal): -9008178 or 13536118. OLE color: 13536118.

HSL color Cylindrical-coordinate representation of color #768BCE: hue angle of 225.68º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768BCE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 139 206 -
CMYK 0.43 0.33 0 0.19
HSL 225.68º 0.47% 0.64% -
HSV(B) 225.68º 0.43% 0.81% -
XYZ 27.84 26.77 62.09 -
YUV 140.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 118 139 206 0.43 0.33 0 0.19 225.68 0.47 0.64
Hex 76 8B CE 2B 21 0 13 E2 2F 40
Octal 166 213 316 53 41 0 23 342 57 100
Binary 1110110 10001011 11001110 101011 100001 0 10011 11100010 101111 1000000

Color Harmonies of #768BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BCE

Black with #768BCE

Text Example


Text Example

White with #768BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768BCE; }

 p { color: rgb(118,139,206); }

 H1.HeaderClassName
 {
   color: #768BCE;
 }
 .AnyTagClassName
 {
   color: #768BCE;
 }
</style>

background-color css

<style>
 a { background-color: #768BCE; }

 a { background-color: rgb(118,139,206); }

 div.DivClassName
 {
   background-color: #768BCE;
 }
 .BgClassName
 {
   background-color: #768BCE;
 }
</style>

border-color css

<style>
 span { border-color: #768BCE; }

 span { border-color: rgb(118,139,206); }

 td.TdClassName
 {
   border-color: #768BCE;
 }
 .TagClassName
 {
   border-color: #768BCE;
 }
</style>