Html Css Color HEX #768AC4 Wild Blue Yonder

📋 copy color: '#768AC4'

red 118 ◦ green 138 ◦ blue 196

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

Shades of Wild Blue Yonder #768AC4

Tints of Wild Blue Yonder #768AC4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.53%

 BLUE value IS 196 (76.95% from 255) = 43.36%

R = 26.11%
G = 30.53%
B = 43.36%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#768AC4 (or 0x768AC4) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and C4. RGB value is (118,138,196). Sum of RGB (Red+Green+Blue) = 118+138+196=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #768AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AC4 is #89753B. Grayscale: #8A8A8A. Windows color (decimal): -9008444 or 12880502. OLE color: 12880502.

HSL color Cylindrical-coordinate representation of color #768AC4: hue angle of 224.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768AC4 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 138 196 -
CMYK 0.40 0.30 0 0.23
HSL 224.62º 0.4% 0.62% -
HSV(B) 224.62º 0.4% 0.77% -
XYZ 26.52 26.01 55.85 -
YUV 138.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 118 138 196 0.40 0.30 0 0.23 224.62 0.4 0.62
Hex 76 8A C4 28 1E 0 17 E1 28 3E
Octal 166 212 304 50 36 0 27 341 50 76
Binary 1110110 10001010 11000100 101000 11110 0 10111 11100001 101000 111110

Color Harmonies of #768AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AC4

Black with #768AC4

Text Example


Text Example

White with #768AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,196); }

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

background-color css

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

 a { background-color: rgb(118,138,196); }

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

border-color css

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

 span { border-color: rgb(118,138,196); }

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