Html Css Color HEX #768BCF Wild Blue Yonder

📋 copy color: '#768BCF'

red 118 ◦ green 139 ◦ blue 207

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

Shades of Wild Blue Yonder #768BCF

Tints of Wild Blue Yonder #768BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 25.43%
G = 29.96%
B = 44.61%

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

#768BCF (or 0x768BCF) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and CF. RGB value is (118,139,207). Sum of RGB (Red+Green+Blue) = 118+139+207=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #768BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BCF is #897430. Grayscale: #8C8C8C. Windows color (decimal): -9008177 or 13601654. OLE color: 13601654.

HSL color Cylindrical-coordinate representation of color #768BCF: hue angle of 225.84º degrees, saturation: 0.48, 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 #768BCF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 139 207 -
CMYK 0.43 0.33 0 0.19
HSL 225.84º 0.48% 0.64% -
HSV(B) 225.84º 0.43% 0.81% -
XYZ 27.97 26.82 62.73 -
YUV 140.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 118 139 207 0.43 0.33 0 0.19 225.84 0.48 0.64
Hex 76 8B CF 2B 21 0 13 E2 30 40
Octal 166 213 317 53 41 0 23 342 60 100
Binary 1110110 10001011 11001111 101011 100001 0 10011 11100010 110000 1000000

Color Harmonies of #768BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BCF

Black with #768BCF

Text Example


Text Example

White with #768BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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