Html Css Color HEX #768FC0 Wild Blue Yonder

📋 copy color: '#768FC0'

red 118 ◦ green 143 ◦ blue 192

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

Shades of Wild Blue Yonder #768FC0

Tints of Wild Blue Yonder #768FC0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.57%

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 26.05%
G = 31.57%
B = 42.38%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#768FC0 (or 0x768FC0) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and C0. RGB value is (118,143,192). Sum of RGB (Red+Green+Blue) = 118+143+192=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #768FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FC0 is #89703F. Grayscale: #8C8C8C. Windows color (decimal): -9007168 or 12619638. OLE color: 12619638.

HSL color Cylindrical-coordinate representation of color #768FC0: hue angle of 219.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768FC0 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 143 192 -
CMYK 0.39 0.26 0 0.25
HSL 219.73º 0.37% 0.61% -
HSV(B) 219.73º 0.39% 0.75% -
XYZ 26.81 27.3 53.73 -
YUV 141.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 118 143 192 0.39 0.26 0 0.25 219.73 0.37 0.61
Hex 76 8F C0 27 1A 0 19 DC 25 3D
Octal 166 217 300 47 32 0 31 334 45 75
Binary 1110110 10001111 11000000 100111 11010 0 11001 11011100 100101 111101

Color Harmonies of #768FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FC0

Black with #768FC0

Text Example


Text Example

White with #768FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,192); }

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

background-color css

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

 a { background-color: rgb(118,143,192); }

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

border-color css

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

 span { border-color: rgb(118,143,192); }

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