Html Css Color HEX #768AC5 Wild Blue Yonder

📋 copy color: '#768AC5'

red 118 ◦ green 138 ◦ blue 197

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

Shades of Wild Blue Yonder #768AC5

Tints of Wild Blue Yonder #768AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 26.05%
G = 30.46%
B = 43.49%

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

#768AC5 (or 0x768AC5) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and C5. RGB value is (118,138,197). Sum of RGB (Red+Green+Blue) = 118+138+197=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #768AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AC5 is #89753A. Grayscale: #8A8A8A. Windows color (decimal): -9008443 or 12946038. OLE color: 12946038.

HSL color Cylindrical-coordinate representation of color #768AC5: hue angle of 224.81º degrees, saturation: 0.41, 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 #768AC5 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 138 197 -
CMYK 0.40 0.30 0 0.23
HSL 224.81º 0.41% 0.62% -
HSV(B) 224.81º 0.4% 0.77% -
XYZ 26.64 26.06 56.45 -
YUV 138.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 118 138 197 0.40 0.30 0 0.23 224.81 0.41 0.62
Hex 76 8A C5 28 1E 0 17 E1 29 3E
Octal 166 212 305 50 36 0 27 341 51 76
Binary 1110110 10001010 11000101 101000 11110 0 10111 11100001 101001 111110

Color Harmonies of #768AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AC5

Black with #768AC5

Text Example


Text Example

White with #768AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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