Html Css Color HEX #768CCF Wild Blue Yonder

📋 copy color: '#768CCF'

red 118 ◦ green 140 ◦ blue 207

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

Shades of Wild Blue Yonder #768CCF

Tints of Wild Blue Yonder #768CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 25.38%
G = 30.11%
B = 44.52%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#768CCF (or 0x768CCF) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and CF. RGB value is (118,140,207). Sum of RGB (Red+Green+Blue) = 118+140+207=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #768CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CCF is #897330. Grayscale: #8C8C8C. Windows color (decimal): -9007921 or 13601910. OLE color: 13601910.

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

Color convert

RGB 118 140 207 -
CMYK 0.43 0.32 0 0.19
HSL 225.17º 0.48% 0.64% -
HSV(B) 225.17º 0.43% 0.81% -
XYZ 28.11 27.11 62.78 -
YUV 141.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 118 140 207 0.43 0.32 0 0.19 225.17 0.48 0.64
Hex 76 8C CF 2B 20 0 13 E1 30 40
Octal 166 214 317 53 40 0 23 341 60 100
Binary 1110110 10001100 11001111 101011 100000 0 10011 11100001 110000 1000000

Color Harmonies of #768CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CCF

Black with #768CCF

Text Example


Text Example

White with #768CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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